As mentioned before, primitive font selection commands like
\family
, \series
, \shape
, \size
, and
\selectfont
are also available to carry out the change.
E.g.,
\shape{n}\family{cmss}\selectfontwill switch to the `cmsansserif' family with `normal' shape.4 This article was set in concrete roman type by simply writing
\family{ccr}
\selectfont
following the \begin{document}
command.5 Of course, the
\documentstyle
command also specifies a style option (` concrete') which sets up the internal tables for these fonts.